برنامج بالفيجوال بيسك 2010 لجلب معلومات الكمبيوتر مفتوح المصدر
تصميم موقع النور لخدمات الكمبيوتر والانترنت
برعاية الجمعية الشرعية بكفر سالم النحال
كود timer1
Label7.Text = ProgressBar1.Value
If ProgressBar1.Value = 100 Then
TextBox1.Text = My.Computer.Name
TextBox2.Text = My.User.Name
TextBox3.Text = My.Computer.Info.OSFullName
TextBox4.Text = My.Computer.Keyboard.CapsLock
TextBox5.Text = My.Computer.Mouse.WheelExists
TextBox6.Text = My.Computer.Screen.WorkingArea.ToString
Label7.Text = ""
Timer1.Enabled = False
Else
ProgressBar1.Value = ProgressBar1.Value + 1
End If
كود زر جلب معلومات الكمبيوتر:-
Timer1.Enabled = True
كود زر مسح:-
TextBox1.Clear()
TextBox2.Clear()
TextBox3.Clear()
TextBox4.Clear()
TextBox5.Clear()
TextBox6.Clear()
TextBox6.Clear()
الفيديو:-
لتحميل البرنامج مفتوح المصدر:-
من هنا
تصميم موقع النور لخدمات الكمبيوتر والانترنت
برعاية الجمعية الشرعية بكفر سالم النحال
كود timer1
Label7.Text = ProgressBar1.Value
If ProgressBar1.Value = 100 Then
TextBox1.Text = My.Computer.Name
TextBox2.Text = My.User.Name
TextBox3.Text = My.Computer.Info.OSFullName
TextBox4.Text = My.Computer.Keyboard.CapsLock
TextBox5.Text = My.Computer.Mouse.WheelExists
TextBox6.Text = My.Computer.Screen.WorkingArea.ToString
Label7.Text = ""
Timer1.Enabled = False
Else
ProgressBar1.Value = ProgressBar1.Value + 1
End If
كود زر جلب معلومات الكمبيوتر:-
Timer1.Enabled = True
كود زر مسح:-
TextBox1.Clear()
TextBox2.Clear()
TextBox3.Clear()
TextBox4.Clear()
TextBox5.Clear()
TextBox6.Clear()
TextBox6.Clear()
الفيديو:-
لتحميل البرنامج مفتوح المصدر:-
من هنا